home *** CD-ROM | disk | FTP | other *** search
/ Together in Jesus: 1st Reconciliation Computer Fun / Together in Jesus - First Reconciliation - Computer Fun.iso / indexb.swf / scripts / frame_1 / DoAction.as
Text File  |  2007-09-19  |  1KB  |  33 lines

  1. stop();
  2. var score;
  3. score = 0;
  4. labelarray = ["one","two","three","four","five"];
  5. randomidx = random(labelarray.length);
  6. var soundTock = new Sound(this);
  7. soundTock.attachSound("tock");
  8. var soundTada = new Sound(this);
  9. soundTada.attachSound("tada");
  10. var soundWrongslide = new Sound(this);
  11. soundWrongslide.attachSound("wrongslide");
  12. var soundApplause1 = new Sound(this);
  13. soundApplause1.attachSound("applause1");
  14. var soundApplause2 = new Sound(this);
  15. soundApplause2.attachSound("applause2");
  16. var soundCheering1 = new Sound(this);
  17. soundCheering1.attachSound("cheering1");
  18. var soundCheering2 = new Sound(this);
  19. soundCheering2.attachSound("cheering2");
  20. var soundTrumpet = new Sound(this);
  21. soundTrumpet.attachSound("trumpet");
  22. var soundCheerchime = new Sound(this);
  23. soundCheerchime.attachSound("cheerchime");
  24. var soundVictorychimes = new Sound(this);
  25. soundVictorychimes.attachSound("victorychimes");
  26. var soundCheering2 = new Sound(this);
  27. soundCheering2.attachSound("cheering2");
  28. var soundDingbleep = new Sound(this);
  29. soundDingbleep.attachSound("dingbleep");
  30. var soundMournfultrumpet = new Sound(this);
  31. soundMournfultrumpet.attachSound("mournfultrumpet");
  32. newsorry_mc._visible = false;
  33.